home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
OS2YOU27.ARJ
/
SZ.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-01-18
|
115b
|
10 lines
@echo off
if not exist %1 goto err
M2Zmodem -f 1 -h -s %1
goto end
:err
ECHO No files to transfer
:end